projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1f584
)
* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
author
Ken Raeburn
<raeburn@raeburn.org>
Mon, 22 Jul 2002 00:08:26 +0000
(
00:08
+0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Mon, 22 Jul 2002 00:08:26 +0000
(
00:08
+0000)
(DATA_SEG_BITS): Define.
src/m/pfa50.h
patch
|
blob
|
history
diff --git
a/src/m/pfa50.h
b/src/m/pfa50.h
index 457ea06ff125a291db7bdec9c388af35f186065f..c417a1d58ad46d75f5f01f65d84fb0c79ce6c503 100644
(file)
--- a/
src/m/pfa50.h
+++ b/
src/m/pfa50.h
@@
-64,12
+64,8
@@
Boston, MA 02111-1307, USA. */
#define LD_SWITCH_MACHINE -e __start
#if pfa50 || pfa70
-
/* On A-50/60/70/80, data space has high order byte use. */
-#define VALBITS 26
-#define VALMASK (((1<<VALBITS) - 1) | 0x60000000)
-#define XTYPE(a) ((enum Lisp_Type) (((a) >> VALBITS) & GCTYPEMASK))
-
+#define DATA_SEG_BITS 0x60000000
#endif /* pfa50, pfa70 */
/* SX/A has alloca in the PW library. */